@charset "utf-8";

/*-----------------------------theme主题-----------------------------*/
body{font-size:14px;font-family: 微软雅黑, 宋体 , Verdana, Arial;line-height: 1.42857143;color: #333;
}
a{color: #333;}
a:hover,a:focus{color: red;}
.theme-dqwz{background: url(../images/icon/icon_dqwz.jpg) no-repeat 0 center;padding-left: 25px;line-height: 45px;border-bottom: 1px solid #CCCCCC;}

/*-----------------------------header页眉-----------------------------*/
.ht_main p iframe{
    vertical-align:middle;
    margin-top: -5px;
}
.header{
    width: 100%;
}
.header_top{
    width: 100%;
    background: url(../images/public/header_top.png) no-repeat;
    background-size: 100% 100%;
}


.seek_main{
    float: left;
    width: 220px;
    overflow: hidden;
    margin-right: 5px;
}
.seek_main div{
    float: right;
    width: 220px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #000;
    background:#fff;
}
.seek_main div input{
    float: left;
    width: 180px;
    padding: 10px;
    border: none;
    outline: none;
    background: none;
    line-height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.seek_main div p{
    float: right;
    width: 40px;
    background: url(../images/public/ss_h.png) no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
}


.ht_main{
    width: 1200px;
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
    margin: 0 auto;
    height: 55px;
}
.ht_main p{
    float: left;
}
.ht_main div{
    /* float: right; */
}
.ht_main div img {
    margin-right:0px;
}
.h_login {
    float: right;
}
.ht_main p a,
.ht_main div a {
    display: inline-block;
    color: #fff;
    line-height: 40px;
}
.ht_main p span,
.ht_main div span {
    display: inline-block;
    padding: 0 5px;
}
.ht_main p a:hover,
.ht_main div a:hover {
    color: red;
}


#searchWord {
    padding: 8px;
    border: none;
    color: #000;
}

.btn_sou {
    float: left;
}

.btn_sou input {
    color: #000;
    padding: 8px;
    background: #fff;
    border: none;
}


.header_bottom{
    width: 1200px;
    margin: 0 auto;
}
.hb_main{
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
    /* height:250px; */
}
.logo{
    float: left;
}
.logo a{
    display: block;
    width: 100%;
}
.logo a img{
    width: 100%;
}

.seek{
    float: right;
    margin: 40px 15px 0 0;
}
.seek div{
    width: 100%;
    font-size: 18px;
    color: #b3b3b3;
    padding: 5px 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #fff;
    overflow: hidden;
}
.seek div input{
    display: block;
    float: left;
    width: 84%;
    text-indent: 20px;
    padding: 5px 0;
    border: none;
    outline: none;
}
.seek div p{
    float: right;
    width: 16%;
    height: 35px;
    cursor: pointer;
    background: url(../images/public/ss.png) no-repeat;
    background-position: 50% 50%;
}

.header_nav{
    width: 100%;
    position: relative;
}
.header_nav img{
    display: none;
    position: absolute;
}
.header_nav ul{
    width: 100%;
    padding: 20px 0;
    background: url(../images/public/header_nav.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.header_nav ul li{
    float: left;
    width: 20%;
    padding: 0 20px;
}
.header_nav ul li a{
    display: block;
    width: 70%;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    transition: all 0.4s linear;
    font-weight: 700;
}
.header_nav ul li a.on{
    font-weight: 900;
    color: #1782d5;
    background: url(../images/public/header_nav_a.png) no-repeat;
    background-size: 100% 100%;
}
.header_nav ul li a:hover{
    font-weight: bold;
    color: #1782d5;
    background: url(../images/public/header_nav_a.png) no-repeat;
    background-size: 100% 100%;
}

a.sjd_hover_one{
 position: relative;
}

a.sjd_hover_two{
  position: relative;
}

.ht_main div.ydd_ewm_two {
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    position: absolute;
    right: -24px;
    top: 40px;
    background: #fff;
    text-align: initial;
    padding: 2px;
    border: 1px solid #eee;
    z-index:10;
}
.ht_main div.ydd_ewm_one {
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    position: absolute;
    right: -26px;
    top: 40px;
    background: #fff;
    text-align: initial;
    padding: 2px;
    border: 1px solid #eee;
    z-index:10;
}

.sjd_hover_two:hover .ydd_ewm_two{
    display:block;
 }

 .sjd_hover_one:hover .ydd_ewm_one{
    display:block;
 }
 .ht_main div.ydd_ewm_one img {
    width: 100%;
    height: 100%;
}
/*-----------------------------footer页脚-----------------------------*/
.footer{
    width: 100%;
    padding: 20px 0;
    background: url(../images/public/footer.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
}
.footer_main{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.footer_left{
    float: left;
    font-size: 14px;
    color: #fff;
}
.footer_left p{
    padding-top: 7px;
}
.footer_left p a{
    color: #fff;
}
.footer_left p a:hover{
    color: red;
}
.footer_left p span{
    display: inline-block;
    padding: 0 10px;
}
.footer_right{
    float: right;
    overflow: hidden;
    margin-top: 15px;
}
.footer_right a{
    display: block;
    float: left;
}
.footer_right a.fr_a1{
    margin-right: 25px;
}
.footer_right a.fr_a2{
    margin-top: 2px;
}

/*-----------------------------list列表-----------------------------*/
.fixed{
    width: 80px;
    position: fixed;
    top: 30%;
    right: 0;
    background: url(../images/public/fixed.png) no-repeat;
    background-size: 100% 100%;
}
.fixed ul{
    width: 100%;
    padding: 20px 0;
}
.fixed ul li{
    width: 100%;
    padding: 10px 0;
}
.fixed ul li a{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.fixed ul li a p{
    padding-top: 8px;
}


/*分页*/
#page-div{margin:15px auto;text-align: center;}
.pagination-first,.pagination-last{display: inline-block;}
.pagination-index,.pagination-num{border: 1px solid #bfbfbf;margin: 0 3px;padding:0 10px;display: inline-block;border-radius: 3px;color: #bfbfbf;}
.pagination-num.active,.pagination-index:hover,.pagination-num:hover{background: #1a85d7;color: white;}
.pagination-last>span{margin: 0 10px;}
.pagination-last>input{height: 18px;width: 30px;text-align: center;}

/*-----------------------------title-----------------------------*/
.tltle{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}
.tltle p{
    float: left;
    font-size: 21px;
    color: #fff;
    padding: 5px 30px;
    background-color: #1e89db;
}
.tltle a{
    display: block;
    float: right;
    margin-top: 7px;
    margin-right: 10px;
}
.tltle a img{
    transition: all 0.4s linear;
}
.tltle a:hover img{
    transform: rotate(360deg);
}

.titles{
    width: 100%;
    overflow: hidden;
}
.titles p{
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #25549a;
    padding: 0 20px 0 30px;
    background-color: #fff;
    position: relative;
    top: 0;
    z-index: 1;
}
.titles p span{
    display: block;
    width: 6px;
    height: 74%;
    background-color: #25549a;
    position: absolute;
    top: 14%;
    left: 0;
}
.titles p b{
    display: block;
    width: 3px;
    height: 74%;
    background-color: #ff9c00;
    position: absolute;
    top: 14%;
    left: 8px;
}
.titles a{
    display: block;
    float: right;
    font-size: 16px;
    padding: 3px 15px;
    background-color: #fff;
    position: relative;
    top: 0;
    z-index: 1;
}
.titles a span{
    display: inline-block;
    transition: all 0.4s linear;
}
.titles a:hover span{
    transform: rotate(360deg);
}
.titles div{
    width: 100%;
    height: 18px;
    background: url(../images/public/titles.png);
    background-size: auto 100%;
    margin-top: 6px;
}

.title_tab{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #a3a3a3;
}
.title_tab p{
    float: left;
    font-size: 20px;
    padding: 3px 5px 10px;
    position: relative;
    margin-right: 23px;
}
.tab_one p{
    cursor: pointer;
}
.title_tab p span{
    display: block;
    width: 0%;
    height: 2px;
    background-color: #b00000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.4s linear;
}
.title_tab p b{
    display: block;
    width: 2px;
    height: 50%;
    background-color: #a3a3a3;
    position: absolute;
    top: 20%;
    right: -13px;
}
.title_tab p.on{
    color: #0d5491;
}
.title_tab p.on span{
    width: 100%;
    left: 0;
}
.title_tab div{
    float: right;
    margin-top: 8px;
}
.title_tab div a{
    display: none;
    width: 20px;
    height: 20px;
    line-height: 16px;
    font-size: 20px;
    color: #999999;
    text-align: center;
    transition: all 0.4s linear;
}
.title_tab div a.on{
    display: block;
}
.title_tab div a:hover{
    transform: rotate(360deg);
}
.common_list{
    width: 100%;
}
.common_list ul{
    padding: 9px 0 0;
}
.common_list ul li{
    padding: 7px 0;
}
.common_list ul li a{
    display: block;
    font-size: 16px;
    overflow: hidden;
}
.common_list ul li a p{
    float: left;
    width: 74%;
    text-indent: 15px;
    background: url(../images/icon/icon2.jpg) no-repeat;
    background-position: 0 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s linear;
}
.common_list ul li a span{
    display: block;
    float: right;
    color: #999999;
}
.common_list ul li a:hover p{
    text-indent: 25px;
}

.common_list_one ul{
    padding: 7px 0 0;
}
.common_list_one ul li a p{
    width: 100%;
}

.common_list_two ul{
    padding: 0;
}
.common_list_two ul li a p{
    width: 100%;
}

/*-----------------------------list-----------------------------*/
/*-----------------------------插件-----------------------------*/

/*-----------------------------添加类名-----------------------------*/
{white-space: nowrap;overflow:hidden;text-overflow:ellipsis;}
/*-----------------------------********-----------------------------*/

.container{
    width: 1200px; 
    margin: 0 auto;
    background-color: #fff;
}

@media (max-width: 768px) {
    body{
        background-size: auto auto;
    }
    .ht_main,
    .header_bottom {
        width: 100%;
    }
    .ht_main{
        display: none;
    }
    .ht_main div,
    .seek,
    .fixed {
        display: none;
    }
    .seek,.seekon{display:none;}
    .hb_main{
        padding: 30px 0;
        height: auto;
    }
    .logo{
        float: none;
        width: 90%;
        margin: 0 auto;
    }
    .header_nav img{
        display: block;
    }
    .header_nav img:nth-child(1){
        top: 5px;
        left: 5px;
    }
    .header_nav img:nth-child(2){
        bottom: 5px;
        right: 5px;
    }
    .header_nav ul{
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background: -webkit-linear-gradient(#2992e2, #1782d5); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(#2992e2, #1782d5); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(#2992e2, #1782d5); /* Firefox 3.6 - 15 */
        background: linear-gradient(#2992e2, #1782d5); /* 标准的语法 */
    }
    .header_nav ul li{
        width: 33.33%;
        padding: 0;
    }
    .header_nav ul li:first-child {
        height: 84px;
        float: left;
    }
    .header_nav ul li:first-child a {
        margin-top:21px;
    }
    .header_nav ul li a{
        width: 90%;
        font-size: 16px;
    }
    
    .header_nav ul li:first-child a{
        /* width: 30%; */
    }
    .container{
        width: 100%;
    }
    .footer_main{
        width: 100%;
    }
    .footer_left{
        float: none;
        width: 100%;
        text-align: center;
    }
    .footer_right{
        display: none;
    }

    .tltle{
        margin-top: 15px;
    }
    .tltle p{
        font-size: 18px;
    }

    .titles p{
        font-size: 18px;
        font-weight: 500;
        padding: 0 10px 0 20px;
    }
    .titles a{
        font-size: 14px;
    }
    .titles div{
        height: 16px;
        margin-top: 6px;
    }
    
    .title p{
        font-size: 17px;
    }
    .title_tab p{
        font-size: 16px;
        padding: 5px 0;
        margin-right: 18px;
    }
    .title_tab p b{
        top: 25%;
        right: -10px;
    }

    .common_list ul,
    .common_list ul li {
        padding: 5px 0;
    }
    .common_list ul li a{
        font-size: 14px;
    }
    .common_list ul li a p{
        width: 72%;
    }

    .common_list_one ul li a p {
        width: 100%;
    }

}